-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add file sync daemon tests #129
base: ethan/remote-file-picker
Are you sure you want to change the base?
chore: add file sync daemon tests #129
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Makefile: Language not supported
Comments suppressed due to low confidence (2)
Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:22
- The syntax 'do throws(DaemonError)' is not valid in Swift. Replace it with a standard 'do {' block for error handling.
do throws(DaemonError) {
Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:20
- [nitpick] Consider renaming the parameter 'arg' to a more descriptive name such as 'request' for improved clarity.
func createSession(arg: CreateSyncSessionRequest) async throws(DaemonError) {
2b10e0e
to
e48c66a
Compare
968fa7b
to
a553fb6
Compare
These are just regression tests for the core file sync daemon functionality.